home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Latest & Greatest Top 201 Games
/
The Latest and Greatest Top 201 Games (Maple Media)(1994).iso
/
ll1demo
/
install.scr
< prev
next >
Wrap
Text File
|
1991-05-15
|
921b
|
42 lines
clear
space %1: 720 NoSpace
godir %1:\sierra\ll1demo CantCreate
echo Copying Startup Files ...
copy %2:vga320.drv
copy %2:std.drv
copy %2:mt32.drv
copy %2:mtblast.drv
copy %2:sndblast.drv
copy %2:ibmps1.drv
copy %2:adl.drv
copy %2:cms.drv
copy %2:ibmkbd.drv
copy %2:sierra.exe
copy %2:resource.map
copy %2:install.exe
copy %2:install.hlp
echo %3>resource.cfg
echo Copying Game files...
exists %2:resource.001 Please insert the disk labeled "Disk 1" in drive %2:.
copy %2:resource.001
clear
echo
echo To play:
echo From the root directory of %1:,
echo Type 'sierra' and press [ENTER].
echo
pause
goto Exit2
:NoSpace
clear
echo
echo There is not enough space on %1: to install Leisure Suit Larry I!
rem determine which message to bring up.
echo 720 kilobytes of disk space are necessary.
echo
:Exit2
end
:CantCreate
alert Unable to create directory %1:\sierra\ll1demo
end